-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce "codegenConfig.isLibrary" property #41655
Conversation
This pull request was exported from Phabricator. Differential Revision: D51207265 |
Base commit: d45a01d |
This pull request was exported from Phabricator. Differential Revision: D51207265 |
Summary: Pull Request resolved: facebook#41655 This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `coegenConfig`, called `isLibrary`. If codegen sees `isLibrary: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.isLibrary" property. Differential Revision: D51207265 fbshipit-source-id: 938cf998331a7841731dfcf24e2a3e6ed8bcf8dc
3620883
to
f8cf068
Compare
f8cf068
to
a3008f5
Compare
Summary: This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `coegenConfig`, called `isLibrary`. If codegen sees `isLibrary: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.isLibrary" property. Reviewed By: cipolleschi Differential Revision: D51207265
This pull request was exported from Phabricator. Differential Revision: D51207265 |
a3008f5
to
35601b9
Compare
Summary: This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `coegenConfig`, called `isLibrary`. If codegen sees `isLibrary: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.isLibrary" property. Reviewed By: cipolleschi Differential Revision: D51207265
This pull request was exported from Phabricator. Differential Revision: D51207265 |
Summary: This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `coegenConfig`, called `isLibrary`. If codegen sees `isLibrary: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.isLibrary" property. Reviewed By: cipolleschi Differential Revision: D51207265
35601b9
to
fd43add
Compare
Summary: This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `coegenConfig`, called `isLibrary`. If codegen sees `isLibrary: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.isLibrary" property. Reviewed By: cipolleschi Differential Revision: D51207265
This pull request was exported from Phabricator. Differential Revision: D51207265 |
Summary: This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `coegenConfig`, called `isLibrary`. If codegen sees `isLibrary: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.isLibrary" property. Reviewed By: cipolleschi Differential Revision: D51207265
Summary: This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `coegenConfig`, called `isLibrary`. If codegen sees `isLibrary: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.isLibrary" property. Reviewed By: cipolleschi Differential Revision: D51207265
fd43add
to
bf1f670
Compare
Summary: This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `coegenConfig`, called `isLibrary`. If codegen sees `isLibrary: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.isLibrary" property. Reviewed By: cipolleschi Differential Revision: D51207265
This pull request was exported from Phabricator. Differential Revision: D51207265 |
Summary: This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `coegenConfig`, called `isLibrary`. If codegen sees `isLibrary: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.isLibrary" property. Reviewed By: cipolleschi Differential Revision: D51207265
Summary: This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `coegenConfig`, called `isLibrary`. If codegen sees `isLibrary: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.isLibrary" property. Reviewed By: cipolleschi Differential Revision: D51207265
bf1f670
to
e66995b
Compare
This pull request was exported from Phabricator. Differential Revision: D51207265 |
Summary: This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `coegenConfig`, called `isLibrary`. If codegen sees `isLibrary: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.isLibrary" property. Reviewed By: cipolleschi Differential Revision: D51207265
Summary: This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `coegenConfig`, called `isLibrary`. If codegen sees `isLibrary: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.isLibrary" property. Reviewed By: cipolleschi Differential Revision: D51207265
Summary: This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `coegenConfig`, called `isLibrary`. If codegen sees `isLibrary: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.isLibrary" property. Reviewed By: cipolleschi Differential Revision: D51207265
Summary: Pull Request resolved: facebook#41655 This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `coegenConfig`, called `isLibrary`. If codegen sees `isLibrary: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.isLibrary" property. Differential Revision: https://internalfb.com/D51207265 fbshipit-source-id: 74f8b3651de3f4d921a5be5aa7a905c964b43680
) Summary: This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `codegenConfig`, called `includesGeneratedCode`. If codegen sees `includesGeneratedCode: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.includesGeneratedCode" property. Reviewed By: cipolleschi Differential Revision: D51207265
) Summary: Pull Request resolved: facebook#41655 This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `codegenConfig`, called `includesGeneratedCode`. If codegen sees `includesGeneratedCode: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.includesGeneratedCode" property. Differential Revision: D51207265 Reviewed By: cipolleschi fbshipit-source-id: a9d4a8a0cf46f9b194dced74fe1de1210685ee2b
) Summary: This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `codegenConfig`, called `includesGeneratedCode`. If codegen sees `includesGeneratedCode: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.includesGeneratedCode" property. Reviewed By: cipolleschi Differential Revision: D51207265
) Summary: Pull Request resolved: facebook#41655 This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `codegenConfig`, called `includesGeneratedCode`. If codegen sees `includesGeneratedCode: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.includesGeneratedCode" property. Differential Revision: D51207265 Reviewed By: cipolleschi fbshipit-source-id: 5f6822714005c7eb5ee8019f3691d8d79f9d2b66
) Summary: This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `codegenConfig`, called `includesGeneratedCode`. If codegen sees `includesGeneratedCode: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.includesGeneratedCode" property. Reviewed By: cipolleschi Differential Revision: D51207265
) Summary: Pull Request resolved: facebook#41655 This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `codegenConfig`, called `includesGeneratedCode`. If codegen sees `includesGeneratedCode: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.includesGeneratedCode" property. Differential Revision: D51207265 Reviewed By: cipolleschi fbshipit-source-id: 6a604355d57c98f84a22559241c51cc43bbb98c9
) Summary: Pull Request resolved: facebook#41655 This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `codegenConfig`, called `includesGeneratedCode`. If codegen sees `includesGeneratedCode: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.includesGeneratedCode" property. Differential Revision: D51207265 Reviewed By: cipolleschi fbshipit-source-id: 3ba0f778da6b624c0a9e1ca8d9cb02d3857e4aab
This pull request was successfully merged by @dmytrorykun in 21784e2. When will my fix make it into a release? | Upcoming Releases |
) Summary: Pull Request resolved: facebook#41655 This diff adds support for checked-in codegen artifacts for libraries. It introduces a new property to `codegenConfig`, called `includesGeneratedCode`. If codegen sees `includesGeneratedCode: true` in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code. Changelog: [General][Added] - Introduce "codegenConfig.includesGeneratedCode" property. Reviewed By: cipolleschi Differential Revision: D51207265 fbshipit-source-id: 65855fd846e24a53cb18008839121e99eeb59309
Summary:
This diff adds support for checked-in codegen artifacts for libraries.
It introduces a new property to
coegenConfig
, calledisLibrary
. If codegen seesisLibrary: true
in a project's dependency, it assumes that the library has codegen artifacts in it, and will not generate any code.Changelog: [General][Added] - Introduce "codegenConfig.isLibrary" property.
Differential Revision: D51207265